Skip to content

Conversation

A3a3e1
Copy link
Contributor

@A3a3e1 A3a3e1 commented Oct 10, 2025

No description provided.

This change re-architects the Get Updated Objects Polling trigger to use keyset pagination. This resolves critical bugs related to infinite loops and silent data loss, making the trigger significantly more reliable.
In the "Get Updated Objects Polling" trigger, the `Size of Polling Page` field could be set to 0, which is not a valid use case and could cause unexpected behavior.

This change introduces validation to ensure that the `Size of Polling Page` must be a positive integer (greater than 0).

Additionally, this change fixes an issue where a `pageSize` of 0 was silently converted to the maximum value instead of being flagged as invalid.

Corresponding tests have been added to verify the new validation logic.
@A3a3e1 A3a3e1 merged commit a5a229d into master Oct 15, 2025
1 check passed
@A3a3e1 A3a3e1 deleted the issue-91-pagination-problem branch October 15, 2025 12:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants